WiFi Status Registers
Name Start Address Type Access
WIFI_IP 49200 UINT32 R
WIFI_SUBNET 49202 UINT32 R
WIFI_GATEWAY 49204 UINT32 R
WIFI_DHCP_ENABLE 49210 UINT16 R
WIFI_SSID 49300 STRING R
WIFI_STATUS 49450 UINT32 R
WIFI_RSSI 49452 FLOAT32 R
WIFI_IP
- Address: 49200
Read the current IP address of WiFi.
  • Data type: UINT32  (type index = 1)
  • Read-only
WIFI_SUBNET
- Address: 49202
Read the current subnet of WiFi.
  • Data type: UINT32  (type index = 1)
  • Read-only
WIFI_GATEWAY
- Address: 49204
Read the current gateway of WiFi.
  • Data type: UINT32  (type index = 1)
  • Read-only
WIFI_DHCP_ENABLE
- Address: 49210
Read the current Enabled/Disabled state of WiFi DHCP.
  • Data type: UINT16  (type index = 0)
  • Read-only
  • T8:
  • T7:
WIFI_SSID
- Address: 49300
Read the current SSID (network name) of WiFi
  • Data type: STRING  (type index = 98)
  • Read-only
WIFI_STATUS
- Address: 49450
Status Codes: ASSOCIATED = 2900, ASSOCIATING = 2901, ASSOCIATION_FAILED = 2902, UNPOWERED = 2903, BOOTING = 2904, START_FAILED = 2905, APPLYING_SETTINGS = 2906, DHCP_STARTED = 2907, OTHER = 2909
  • Data type: UINT32  (type index = 1)
  • Read-only
  • T8:
  • T7:
Constant Value
ASSOCIATED 2900
ASSOCIATING 2901
ASSOCIATION_FAILED 2902
UNPOWERED 2903
BOOTING 2904
START_FAILED 2905
APPLYING_SETTINGS 2906
DHCP_STARTED 2907
OTHER 2909
WIFI_RSSI
- Address: 49452
WiFi RSSI (signal strength). Typical values are -40 for very good, and -75 for very weak. The T7 microcontroller only gets a new RSSI value from the WiFi module when WiFi communication occurs.
  • Data type: FLOAT32  (type index = 3)
  • Read-only
  • T8:
  • T7: